home *** CD-ROM | disk | FTP | other *** search
/ George Foreman's Interac…ng, Barbeque & Rotisserie / George Foreman's Interactive Guide to Grilling, Barbeque, and Rotisserie.iso / jre / lib / flavormap.properties < prev    next >
Text File  |  2002-01-25  |  906b  |  26 lines

  1. #  @(#)flavormap.properties    1.6
  2.  
  3. #
  4. # This properties file is loaded by java.awt.dnd.FlavorMap class on loading
  5. # and contains the Win32 platform specific default mappings between
  6. # "common" Win32 Clipboard atoms and a "platform" independent MIME
  7. # type string.
  8. #
  9. # It is required that there is 1-to-1 (inverse) mapping between platform
  10. # targets and MIME strings.
  11. #
  12. # these "defaults" may be augmented by specifying the:
  13. #
  14. #     awt.DnD.flavorMapFileURL 
  15. #
  16. # property in the appropriate awt.properties file
  17. # this will cause this properties URL to also be loaded into the FlavorMap.
  18. #
  19.  
  20.  
  21. TEXT=text/plain; charset=ascii; class=java.io.InputStream
  22. UNICODE\ TEXT=text/plain;charset=unicode; class=java.io.InputStream
  23. HTML\ Format=text/html;charset=unicode; class=java.io.InputStream
  24. Rich\ Text\ Format=text/enriched;charset=ascii; class=java.io.InputStream
  25. HDROP=application/x-java-file-list;class=java.util.List
  26.